public void RouteConnections( List<StorableObject> listOfObjects )
public: void RouteConnections( List<StorableObject^>^ listOfObjects )
Parameters
| Parameter Name | Description |
|---|---|
| listOfObjects | Object, that will be considered for routing. |
public void RouteConnections( List<StorableObject> listOfObjects )
public: void RouteConnections( List<StorableObject^>^ listOfObjects )
| Parameter Name | Description |
|---|---|
| listOfObjects | Object, that will be considered for routing. |
| Exception | Description |
|---|---|
| System.ArgumentNullException | Thrown when necessary argument is NULL. |
| System.ApplicationException | An interface used for export could not be created. |
| System.UnauthorizedAccessException | No user rights to create files on the file system. |